home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0526 / history.txt < prev    next >
Text File  |  1997-04-03  |  33KB  |  917 lines

  1.  
  2.     History of Changes for the Zeus for Programmer Text Windows Editor
  3.     ==================================================================
  4.  
  5.                 and the Zeus Lite for Windows Text Editor
  6.                 =========================================
  7.  
  8.    Author: Jussi Jumppanen
  9.    e-mail: jussij@ca.com.au
  10. Home Page: http://ourworld.compuserve.com/homepages/jussi/
  11.  
  12.  
  13. Zeus Version 1.00
  14. -----------------
  15.  
  16. Initial release of the Zeus for Windows Version 1.00
  17.  
  18.  
  19. Zeus Version 1.01
  20. -----------------
  21.  
  22. 1) Fixed:
  23. Problem with electric keyboard expansion. The electric listbox is case 
  24. insensitive but the search was done as case sensitive. This meant the 
  25. following expansion did not work.
  26.           
  27.            "T"  1  "TRUE"
  28.  
  29.   Note: That the keyboard expansion is still coded to be case sensitive.
  30.  
  31. 2) Fixed:
  32. Tab characters where not being processed correctly in the preprocessor
  33. string. For example the following would paint incorrectly.
  34.           
  35.            #<tab char here>ifdef 
  36.  
  37. 3) Fixed:
  38. Tab characters where not being processed correctly when place within 
  39. strings. For example the following would paint incorrectly.
  40.           
  41.            "<tab char here>this is a string with a tab in it"
  42.  
  43. 4) Added:
  44. Added electric expansion "\b" control character and changed search to 
  45. limit words with delimiters characters also (ie "(ifg<space>" would now
  46. expand out).
  47.  
  48. 6) Added:
  49. Backup interval edit field to editor options dialog box was added.
  50.  
  51. 7) Added:
  52. If Zeus is minimised and a file is opened by double clicking or dropping on
  53. the Zeus for windows icon (using the File Manager, Zeus file associations)
  54. then Zeus will be restored to normal size.
  55.  
  56. 8) Added:
  57. The Open dialog now has persistence. It remembers the file extension
  58. filter last used (for the period of the edit session only).
  59.  
  60.  
  61. Zeus Version 1.02
  62. -----------------
  63.  
  64. 9) Added:
  65. New functions, Close, Close All and Save All added to the toolbar and 
  66. Save All option added to the File menu.
  67.  
  68. 10) Added:
  69. Standard CUA keyboard mappings for cut, copy, paste and marking have
  70. been added to editor.
  71.  
  72. 11) Added:
  73. Better use of the hourglass for operations requiring CPU time.
  74.  
  75. 12) Added:
  76. Brief Ctrl-F5 toggle case sensitivity command was added.
  77.  
  78. 13) Fixed:
  79. Tab and Shift-Tab of a marked area now moves the area with tabs or 
  80. spaces depending on the options editor "Replace tabs with space" 
  81. option (old version would always use spaces).
  82.  
  83.  
  84. Zeus Version 1.03
  85. -----------------
  86.  
  87. 14) Fixed:
  88. Major problem with non US keyboard drivers now fixed. For example Zeus 
  89. would cause crash if keyboard was set to German and an extended (Non 
  90. ASCII) key was pressed. 
  91.  
  92. 15) Fixed:
  93. Problem with compiler not working over different disk drives. ie c:\zeus
  94. could not compile file located in e:\project.
  95.  
  96. 16) Added:
  97. Error listbox font now matches the font selected for editing. This should
  98. allow more of the error message to be seen (in the case of very long error
  99. messages).
  100.  
  101. 17) Fixed:
  102. When the compiler is run in minimized mode, Zeus for Windows does not loose
  103. active status any more (it would incorrectly switch to the program manager 
  104. if the PM was visible).
  105.  
  106. 18) Added:
  107. Brief Ctrl-K Kill to beginning of line command added.
  108.  
  109. 19) Added:
  110. Multiple file selection to the File Open dialog box added.
  111.  
  112. 20) Added:
  113. Extra messaging reporting added to the status line.
  114.  
  115. 21) Added:
  116. Ability to define two file open and file save as filters was added to the
  117. editor setup dialog box.
  118.  
  119. 21) Fixed:
  120. Problem found when a stream marked area that contained tabs characters was
  121. deleted or cut has been fixed.
  122.  
  123. NOTE: Version 1.03 Frozen
  124. =========================
  125.  
  126. Sold first copy of Zeus for Windows V1.03 Editor. Zeus for Windows frozen 
  127. at this version while work starts on the platform portable version of Zeus.
  128.  
  129.  
  130. Zeus Version 1.04 (Start of portable version)
  131. ---------------------------------------------
  132.  
  133. 22) Fixed:
  134. Any multi select file open on any root directory (ie a:\\filename.txt) would
  135. cause an error opening the selected files.
  136.  
  137. 23) Fixed:
  138. Double click on error list box would loose the status bar error when the
  139. document was activated. Now the error is not lost on double click activation.
  140.  
  141. 24) Fixed:
  142. Added feature to editor setup that enables the size of the newly created MDI
  143. window to be controled.
  144.  
  145. 25) Fixed:
  146. Smart indenting in overwrite mode would delete characters from the line
  147. below. This has now been fixed.
  148.  
  149. 26) Added:
  150. Goto dialog and bookmark dialog now remember the last valid value entered.
  151. Also better feedback via the status line was added.
  152.  
  153. 27) Added:
  154. The Error listbox now supports a horizontal scroll bar.
  155.  
  156. 28) Added:
  157. A Online Help QuickSearch feature was added to the Help menu popup.
  158.  
  159. 29) Fixed:
  160. The compiler error processing has been reworked in an effort to remove a 
  161. few strange bugs that would sometimes occur while compiling. Also a third 
  162. parameter was added to the command line arguments passed to compiler batch 
  163. file (see online help for details).
  164.  
  165. 30) Added:
  166. Added a new improved toolbar and status bar. It paints better, have less
  167. flicker and removes some of the keyboard problems (ie using the old toolbar
  168. the alt key would not work if the mouse pointer is on a toolbar button).
  169.  
  170. 31) Added:
  171. Added a the ability to show and hide the toolbar and status bar using the
  172. menu options.
  173.  
  174. 32) Fixed:
  175. Hitting backspace with the cursor at column position 0 does not delete
  176. the character like it use to.
  177.  
  178. 33) Fixed:
  179. Searching for whole words was not working. This is now fixed.
  180.  
  181. 34) Fixed:
  182. The Replace dialog find and replace buttons where not working as would be
  183. expected. This has now been fixed.
  184.  
  185. 35) Fixed:
  186. Reduced the amount of screen flicker when opening and closing the MDI windows.
  187.  
  188. 36) Fixed:
  189. Added error message if you try to compile a file that is changed and somehow
  190. becomes write protected. Previously Zeus would just abort the compile without
  191. an error.
  192.  
  193. 37) Fixed:
  194. Zeus would let you start multiple compiles while the first compile was still
  195. in progress. This eventually caused the system to GPF. Zeus has been fixed,
  196. so that it now only allows one compile at a time.
  197.  
  198. 38) Added:
  199. The error window now supports the Control+Minus key (or file close menu)
  200. option. If the error windows contains compiler output the control minus 
  201. returns you to the file that had been compiled and so it behaves like a 
  202. reverse to the Control+P list errors keystroke.
  203.  
  204. 39) Fixed:
  205. The Open and Save As file dialog where modeless. The have now been made modal
  206. to the main application.
  207.  
  208. 40) Added:
  209. The file restore on startup feature now restores the file and the line number
  210. on startup.
  211.  
  212. 41) Added:
  213. The insert/overwrite now have proper insert and overwrite carets (cursors) 
  214. respectively, giving better visual feedback on the current insert mode.
  215.  
  216. 42) Fixed:
  217. The word highlighting code will highlights quoted strings differently to 
  218. normal text. This algorithm would work for the first quoted string but not
  219. for the second of two quoted strings on the same line. For example:
  220.  
  221.          VALUE "CompanyName",      "Xidicone Pty Ltd",   "Zeus for Windows"
  222.  
  223. for the line above Atl-h would correctly highlight the first but not the 
  224. second or second strings. It now works correctly for all strings.
  225.  
  226. 43) Added:
  227. The compile process now reports if the compile was successful, has warnings
  228. or has errors. Previously it only reported the compile was complete.
  229.  
  230. 44) Fixed:
  231. If the Enter key was hit while text was highlighted, the highlighted text 
  232. was not replaced by the enter key. This has now been fixed (NOTE: this ONLY 
  233. applies when the editor is in insert mode).
  234.  
  235.  
  236. Zeus Version 1.05 (Start of Windows 3.x, Windows 95, Combined Development)
  237. --------------------------------------------------------------------------
  238.  
  239. 45) Fixed:
  240. Fixed a few /****/ comment painting problems. I'm sure there are still a lot
  241. more to come!
  242.  
  243. Bug #1: Put the cursor on the middle of the first comment line and then hit
  244. the Alt-K key. Then hit undo and the painting does not return to the correct
  245. comment state.
  246.  
  247. /*************************************************************/
  248. This should return to none commented after the undo is done!
  249. /*************************************************************/
  250.  
  251. Bug #2: Insert line number one into the the block comment then hit undo.
  252.  
  253. /* This is line number one (copy this line only)
  254. */
  255.  
  256. /*
  257.  * This is the block comment
  258.  * Insert the the one line above here!
  259. */
  260.  
  261. 46) Added:
  262. The search and replace dialog gives the user better feedback by using the 
  263. status line to display a message when things go wrong.
  264.  
  265. 47) Added:
  266. The editor setup option now allows you to toggle a left hand margin on or off.
  267.  
  268. 48) Fixed:
  269. Fixed 3 bugs with the comment /* ie comments */ processing. The old code was
  270. getting out of synch after several line insertions and deletions. The new 
  271. code has at least 3 less bugs to worry about but still has problems.
  272.  
  273. 48) Fixed:
  274. Improved the background compile processing. For example by improving the 
  275. message dispatch a typical background compile time has been reduced by 50% 
  276. and loads from floppy disk are much faster.
  277.  
  278. 49) Added:
  279. Added limited keyboard macro support to allow the recording and playback of
  280. simple key strokes macros. Now supports F7, F8 and Ctrl-R commands.
  281.  
  282. 50) Added:
  283. Configurable colorize support based on file extension. This also allows 
  284. things like the keywords, comment character, preprocessor character, string
  285. character and delimiters characters to be defined for each file type.
  286.  
  287. 51) Added:
  288. The editor now supports a basic line wrap feature. This allows you to define
  289. the column at which the editor will automaticly line wrap, breaking the line
  290. on a word boundary.
  291.  
  292. 52) Fixed:
  293. Fixed a bug in the options editor dialog where the backup interval entry 
  294. field was getting disabled incorrectly.
  295.  
  296. 53) Added:
  297. The file open can now be configured to allow/not allow single or multiple 
  298. loads of files. This means that if the file is already loaded Zeus can be 
  299. made to restore the original rather than loading a second copy, or a second 
  300. copy can be opened if required.
  301.  
  302. 54) Fixed:
  303. Fixed a problem will Zeus trying to open a file that was already opened by 
  304. another application. After the sharing violation message Zeus would 
  305. protection violate. This has now been fixed.
  306.  
  307. 54) Added:
  308. Added the ability to read and write Unix text file in addition to the default
  309. standard MS-DOS text file formats.
  310.  
  311. 55) Added:
  312. I have added as restore size feature. Zeus now remembers the size and 
  313. position of the main frame window between editing sessions. 
  314.  
  315. 56) Added:
  316. If the error handler finds the error in and external file and that error is 
  317. selected from the error output window, the error handling will no try to open 
  318. up the external file and goto the line at fault.
  319.  
  320. 57) Added:
  321. Support for setting up and running external tools has been added to the main 
  322. menu. Piping of the results to an output window has also been added. Files can
  323. be loaded from the output window by just double clicking on any line in the 
  324. output window, provided the line selected contains a valid file name.
  325.  
  326. 58) Fixed:
  327. The print support in Zeus has been totally re-worked. This has improved the 
  328. printing and hopefully fix the numerous problems with the old printing code.
  329.  
  330. 59) Fixed:
  331. The CUA marking has been fixed to also allow CUA marking while using the 
  332. word left or word right keys. Also the ghost mark sometimes seen when CUA 
  333. marking has been fixed.
  334.  
  335. 60) Added:
  336. The command line processing has been improved to allow the '?' and '*' wild 
  337. card characters. This enabled multiple files to be loaded via the command 
  338. line, for example when Zeus is run from File Manager or Program Manager menu
  339. run commands.
  340.  
  341.  
  342. Zeus Version 1.05.3
  343. -------------------
  344.  
  345. NOTE: Zeus Windows 3.x Version completed and tested while Zeus Windows 95
  346.       awaits the final release of Windows 95 to allow testing to be completed.
  347.  
  348.  
  349. Zeus Version 1.06 Alpha Started (programmable keyboard and macro support)
  350. -------------------------------------------------------------------------
  351.  
  352. 61) Added:
  353. Support for the Alt-B list file buffer function was added.
  354.  
  355. 62) Added:
  356. Support for the Ctrl-G list file functions in file was added. This will only
  357. work with C\C++ type function prototypes.
  358.  
  359. 63) Added:
  360. Support for regular expression search and replace was added.
  361.  
  362. 64) Added:
  363. The search and replace dialog now support the tab search and replace on the
  364. tab character using the '\t' search and replace strings.
  365.  
  366. 65) Added:
  367. The contents of the output window and the compiler message window can now
  368. be copied to clipboard.
  369.  
  370. 66) Fixed/Added (take your pick):
  371. The line goto command now retains the current cursor position.
  372.  
  373. 67) Fixed
  374. The backspace command would incorrectly do a character delete when the cursor
  375. was located past the EOL. This has been fixed to only move the cursor in this
  376. case.
  377.  
  378. 68) Fixed
  379. The captured output window was getting cleared every time a tool was run 
  380. regardless of whether the tool was run with the capture output option enabled.
  381. This has now been fixed.
  382.  
  383. 69) Added:
  384. Zeus can take any line of text in a file, parse it for a valid file name and
  385. then try to load the file. This function is attached to the Ctrl+E command or 
  386. the right mouse button single click. Use this function to open include files.
  387.  
  388. 70) Added:
  389. The Windows 95 version has had long file name support added.
  390.  
  391. 71) Added:
  392. The following Brief keystrokes where added:
  393.  
  394.       Ctrl-Home     - Top of page
  395.       Ctrl-End      - Bottom of page
  396.       Ctrl-PageUp   - Start of document
  397.       Ctrl-PageDown - End of document
  398.       Ctrl-b        - Bottom of page
  399.       Ctrl-t        - Top of page
  400.       Ctrl-d        - Scroll down a line
  401.       Ctrl-s        - Scroll up a line (remapped)
  402.       Ctrl-e        - Locate file on current line
  403.       
  404. 72) Added:
  405. The following CUA keystrokes where added:
  406.  
  407.       Ctrl-A         - Redo changes
  408.       Ctrl-Backspace - Redo changes
  409.       Alt-Backspace  - Undo changes
  410.  
  411. 73) Added:
  412. The MDI Tile Vertical and Horizontal windows options have been added.
  413.  
  414. 74) Added:
  415. The toolbar now has a find and replace buttons.
  416.  
  417. 75) Added:
  418. The the search, replace, goto and goto bookmark functions now position the
  419. jump to new line in the center of the window, not at the top or bottom of
  420. the window as the previously did.
  421.  
  422. 76) Added:
  423. The the search, replace, goto and goto bookmark dialogs remember their 
  424. screen positions and restore to their old location.
  425.  
  426. 77) Fixed:
  427. Fixed a problem with the auto indenting not working in line wrapping mode. 
  428.  
  429. 78) Fixed:
  430. Fixed a problem with maximum line length auto wrapping feature used on
  431. file load. In trying to wrap the line on a word break it would sometimes
  432. corrupt the wrapped line.
  433.  
  434. 79) Fixed:
  435. The right mouse button upper case, lower case and toggle functions did not
  436. work correctly in overwrite mode. This has now been fixed.
  437.  
  438. 80) Fixed:
  439. The saving of the startup files on exit did not always save the files 
  440. correctly, resulting in not all files getting reloaded on startup. This 
  441. problem has now been fixed.
  442.  
  443. 81) Fixed:
  444. The tokenizer code could not distinguish like words for example, if
  445. you had the following keywords:
  446.  
  447.    right
  448.    rightof
  449.  
  450. then the 'rightof' keyword would never get recognized.
  451.  
  452.  
  453. Zeus Version 1.07 Windows 3.x, Windows 95 and Windows NT Release
  454. ----------------------------------------------------------------
  455.  
  456. NOTE: The Zeus for Windows product is built from a single code base so now
  457.       all products irrespective of platform share the same version numbers.
  458.  
  459.  
  460. Zeus Version 2.00.01 Alpha Started (new keyboard manager and memory manager)
  461. ----------------------------------------------------------------------------
  462.  
  463. 81) Fixed:
  464. If you ran a compile where the compiler EXE was not found the error window
  465. incorrectly reported no errors found. This has now been fixed.
  466.  
  467. 82) Added:
  468. The ability to match the following braces have been added "{}[]<>" 
  469. and the function was bound to the Ctrl+']' key.
  470.  
  471. 83) Fixed:
  472. An obscure command line bug has hopefully been fixed. For some machines
  473. with some command lines rentered, the F10 command would lock up after running
  474. the same command after a few times. This bug was very hard to replicate but I
  475. it seems to have gone away so I think it may have been fixed (seemed to be 
  476. some type of timing problem).
  477.  
  478. 84) Fixed:
  479. The double click close of an MDI window was not closing the message and output
  480. windows correctly (only in Win 3.x). This could result in a GPF if these 
  481. windows where then put to use (ie compile or run a tool). The normal file
  482. close or Ctrl + Minus method would work correctly.
  483.  
  484. 85) Fixed:
  485. The output window would no longer function once a Ctrl+G scan function was
  486. run. This has now been fixed.
  487.  
  488. 86) Added:
  489. New user configurable keyboard mapping allows Zeus to support multiple 
  490. keyboard mapping, including WordStar, Epsilon and Brief.
  491.  
  492. 87) Added:
  493. Support for TAG characters via command line added.
  494.  
  495. 88) Fixed:
  496. The online help has been totally re-written, hopefully making it easier to 
  497. use Zeus and it's many features.
  498.  
  499. 89) Fixed:
  500. Maximum file size increase to 60,000 lines, up from the original 10,000
  501. line limit of earlier versions.
  502.  
  503. 90) Fixed:
  504. There was an obscure bug that would cause a GPF once in a while. This was
  505. tracked down to an error in the MDI window management, so hopefully this
  506. occasional GPF has been fixed. The aim is to make sure Zeus never GPF's.
  507.  
  508. 91) Added:
  509. Project support has been added to Zeus. This allows you to build a 
  510. project from within Zeus.
  511.  
  512. 92) Added:
  513. Compiler support now supports multiple command lines. The compiler that is
  514. used to compile the active file is choosen using the file extension.
  515.  
  516. 93) Fixes:
  517. A large number of smaller fixes have also been applied, fixing things like
  518. painting problems, improved error handling and other minor problems.
  519.  
  520. 94) Added:
  521. Version information has been added to all Zeus data files. This was done to
  522. make Zeus more stable and allow easier backward compatibility in future
  523. versions of Zeus. The only draw back is that Zeus 2.00 data files are NOT
  524. compatible with earlier Zeus data files.
  525.  
  526. 95) Added:
  527. Zeus now does a basic form of Smart Bracing. Zeus will automatically add
  528. a matching brace and indent the cursor for the '{' brace character.
  529.  
  530.  
  531. Zeus Version 2.00
  532. -----------------
  533.  
  534. Initial release of the Zeus for Windows Version 2.00 (Febuary 1996)
  535.  
  536.  
  537. Zeus Version 2.01
  538. -----------------
  539.  
  540. 96) Fixed:
  541. The support for long file extension has finally been fixed (hopefully!). Zeus
  542. would not initialise the extension information when long file extensions was
  543. used. Note Zeus still only recognizes the first 3 characters of the extension
  544. to provide 8.3 backward compatibility, so long extensions are identified by 
  545. their first three characters only.
  546.  
  547. 97) Fixed:
  548. Sometimes Zeus would not paste the last line from the clipboard. This has 
  549. now been fixed.
  550.  
  551. 98) Fixed:
  552. The backspace key would sometimes delete a line if once the backspace 
  553. reached the column 0 position. This has now been fixed.
  554.  
  555. 99) Fixed:
  556. The in Options | Compiler "Normal" radio button would stay activate once
  557. pressed. This has been fixed.
  558.  
  559. 100) Added:
  560. A literal character key has been added to the extension dialog. This allows
  561. you to define a literal character which is the used by the colorizer as a 
  562. way of ignoring the quote characters. For example:
  563.     "this is quote \" is not the end of the string"
  564.  
  565. 101) Fixed:
  566. Fixed the DDE problem with the Win32 version of Zeus. You would get a 
  567. GPF if you double clicked a WinFile file, during the DDE connection.
  568.  
  569. 102) Added:
  570. The Print dialog FilePrint() function will now automatically select the
  571. print marked area if it is activated will text in the current document
  572. is marked.
  573.  
  574. 103) Fixed:
  575. The F10 dir command would incorrectly detect a line number in the captured
  576. output of the DIR command in Windows 95. This would result in a file
  577. load to a incorrect line number.
  578.  
  579. 104) Added:
  580. Increased the column position display to 4 digits.
  581.  
  582. 105) Fixed:
  583. The Zeus dialog box's would only save there position on cancel, not on the
  584. OK or close commands. The dialogs now save their position whenever the
  585. dialog is closed.
  586.  
  587. 106) Added:
  588. The printout will automatically wrap the print output to the next line if
  589. the line length exceeds the page width.
  590.  
  591. 107) Added:
  592. The printout will now filter all non-printable characters from the printer
  593. output stream.
  594.  
  595. 108) Fixed:
  596. When using the Options | Compiler dialog and trying to delete entries from
  597. the "Installed Command Line" either the line is not deleted or wrong line
  598. is deleted from the list. This has now been fixed.
  599.  
  600. 109) Fixed:
  601. When using the Options | Compiler dialog and trying to define a command
  602. line, Zeus did not process command lines where the options follow the
  603. file name, for example: "c51 SAMPLE.C large debug code"
  604.  
  605. 110) Added:
  606. The ERR files produced by Zeus for the compile process could get large in
  607. number so I added a feature where by Zeus will clean up these files once
  608. they are no longer required.
  609.  
  610. 111) Fixed:
  611. The support for long file extension has finally been fixed again! Found a
  612. bug with Zeus compiling long file extensions like 'java' files.
  613.  
  614. 112) Fixed:
  615. Zeus had a sizing problem when the Option | Editor Display Mode was set to
  616. create default. Once created the cursor would get lost of the bottom of the 
  617. page and would not auto scroll. The scroll bars would also not work and 
  618. sometimes would not be shown.
  619.  
  620. 113) Fixed:
  621. Zeus would not load binary files because they contained null characters. If
  622. a binary file was loaded Zeus would get caught in a infinite loop. Now Zeus
  623. loads binary files but any null characters are replace with white space and
  624. the file is loaded as read only.
  625.  
  626. 114) Fixed:
  627. The FileReloadCurrent() edit function would cause a GPF sometimes. This has
  628. now been fixed.
  629.  
  630. 115) Added:
  631. Support for reading and writing OEM text files was added. This feature 
  632. allows you to edit ANSI text files (character set used by Windows) even
  633. if the source is an ASCII (OEM) text file (character set commonly used 
  634. under DOS).
  635.  
  636. 116) Fixed:
  637. The $Column and $Line TAG macros where returning incorrect results.
  638.  
  639. 117) Fixed:
  640. If you start a second version of Zeus with the -S(econd) option Zeus will
  641. just re-activate the previous versions.
  642.  
  643. Zeus Version 2.15 Windows 3.x, Windows 95 and Windows NT Release
  644. ----------------------------------------------------------------
  645.  
  646. 118) Added:
  647. Add home and end key processing to the standard output, compiler output
  648. and project output. This processing moves to the home or end of the 
  649. current line and replaces the default home and end processing provided 
  650. by windows.
  651.  
  652. 119) Added:
  653. Zeus now has a feature where by it warns the user if the file currently 
  654. loaded has been changed by another application, allowing the file to be
  655. reloaded.
  656.  
  657. 120) Fixed:
  658. Zeus would GPF if there where no files loaded and the user hit the Tab,
  659. or F6 key. This also applied to when the output windows where open. This
  660. has been fixed.
  661.  
  662. 121) Added:
  663. When the file is in read only mode, an indication of the read only state
  664. is now shown on the file caption.
  665.  
  666. 122) Fixed:
  667. The search and replace of tab characters would not always work because 
  668. searching for a tab would not highlight the entire tab character. This
  669. is not fixed.
  670.  
  671. 123) Fixed:
  672. The dialog box positions where being saved during the edit session but
  673. where not getting saved between edit sessions. Now working correctly.
  674.  
  675. 124) Added:
  676. The line wrapping in Zeus has been enhanced to also support the smart 
  677. indenting option as well. This means that as Zeus wraps it will smart 
  678. indent at the same time, if this option is enabled.
  679.  
  680. 125) Added:
  681. The Zeus extension code now has a case insensitive keyword setting. This
  682. should help when defining extensions for languages that are not case
  683. sensitive.
  684.  
  685. 126) Added:
  686. The function list, function next and function previous commands have been 
  687. added to the view menu.
  688.  
  689. 127) Fixed:
  690. The replace all using the regular expression "[ ]*$" with the null 
  691. character "" could cause Zeus to lock up in an infinite loop. This has
  692. hopefully been fixed.
  693.  
  694. 128) Fixed:
  695. The Quick Help configuration option would hang when loading the new
  696. Windows 95 help files. This has been fixed to support some of the
  697. newer file formats, or to just report an error if the format is not
  698. recognised as a supported help file.
  699.  
  700. 130) Fixed:
  701. The remove button in the define keymap dialog was not working due to
  702. a coding bug. Also keywords containing spaces where allowed, while the
  703. expansion would ignore such keywords. These are now working correctly.
  704.  
  705. 131) Fixed:
  706. Some of the error message box's would not be modal to the application and
  707. could sometime get hidden behind the application. This has been change to
  708. make sure the message box always stays in front of the application.
  709.  
  710. 132) Fixed:
  711. Zeus for Windows 3.x would paint badly if the background color was changed
  712. to one of the other color schemes. This would show up in the about dialog
  713. and the other dialog boxes. The paint will now support different color
  714. schemes.
  715.  
  716. 133) Added:
  717. A functions to wrap the current line and a function to wrap the currently
  718. marked area have been added. These functions can be bound to function keys
  719. if required.
  720.  
  721. 134) Fixed:
  722. The auto-scroll feature of Zeus used for mouse marking would not auto scroll
  723. along the x axis when Zeus was maximized.
  724.  
  725. 135) Fixed:
  726. Pressing ctrl-return in the first column of a row would behave differently
  727. from pressing it if not on the first column.
  728.  
  729. 136) Fixed:
  730. The brief column pasting mode as set using the Options Editor dialog was 
  731. working in exactly the same way like in the original brief.
  732.  
  733. 137) Added:
  734. The templates can now be defined based on the file extension. This means
  735. for example you could define an IF expansion for a C/C++ file while
  736. at the same time define an IF expansion for the Pascal files.
  737.  
  738. 138) Added:
  739. Added the following functions to the keymap function list:
  740.  
  741.    BackspaceEx     - Backspace at the start of line moves to the end previous
  742.                      line doing a join at the same time.
  743.    MoveLineLeftEx  - Move the cursor left but move up a line up and to the
  744.                      end of the line when the cursor hits the start of line.
  745.    MoveLineRightEx - Move the cursor right but move up a line down and to the
  746.                      start of the line when the cursor hits the end of line.
  747.  
  748. 139) Added:
  749. A read only check box was added to the File Open dialog. This allows a 
  750. file to be opened for read only viewing.
  751.  
  752. 140) Fixed:
  753. The compiler dialog was not disabling the command line input when the
  754. "use other file" radio button was was selected. This edit field has
  755. no meaning in this mode and so should be disabled.
  756.  
  757. 141) Added:
  758. The Alt+Z DosShell command now starts the new session in the same directory 
  759. as the current file. If there is no current file it starts the session in 
  760. the current directory.
  761.  
  762. 142) Added:
  763. The Project, Compiler and Tools now support the piping of standard error
  764. through the use of the zStderr.exe utility. This feature is easily accessed
  765. using the configuration now in the Project, Compiler and Tools dialogs.
  766.  
  767. 143) Added:
  768. You can get Zeus to trim the last blank line off the file using the 
  769. following INI file option:
  770.  
  771.    [Editor Options]
  772.    FileTrim=1
  773.  
  774. 144) Added:
  775. Added the following functions to the keymap function list:
  776.  
  777.    FileTouch   - Touch's the time stamp of the current file.
  778.  
  779. 145) Fixed:
  780. The compiler, tool, project spawning was not working in Windows NT due to a
  781. defective Win32 API (GetProcessExitCode). This has been fixed by using a 
  782. workaround solution and no longer using this broken API.
  783.  
  784. 146) Added:
  785. The file tag information has been improved for the message windows. These
  786. tags will now return meaningful information for nearly all the tags,
  787. with some returning information specific to the item selected.
  788.  
  789. 147) Added:
  790. The automatic loading of files from the output windows has been enhanced to
  791. support the parent and current directory indicators (ie '..\' and '.\').
  792.  
  793. 148) Added:
  794. The following options where added to the INI file. These help fine tune
  795. the error parsing process.
  796.  
  797.    [RegularExpress]
  798.    Lines
  799.    Errors
  800.    Functions
  801.  
  802. 149) Fixed:
  803. The Zeus painting would not work correctly for some fonts including the 
  804. Borland TE font. The symptoms where unpainted lines between the lines.
  805.  
  806. 150) Fixed:
  807. The CUA marking was not quite CUA. It has now been fixed and in the process
  808. a CUA marking bug related to the do/undo actions was also fixed.
  809.  
  810. 151) Fixed:
  811. The smart indent was inserting tab characters even though the insert tabs 
  812. option was disabled. It now adds tabs or spaces based on the editor tab 
  813. setting option.
  814.  
  815. 152) Added:
  816. A spell checking feature has been added to Zeus. This is just a basic
  817. spelling engine that supports an English/American dictionary. Dictionaries
  818. for other languages should be possible but at the moment only an English
  819. dictionary is provided. Others may be added depending on the demand.
  820.  
  821. 153) Fixed:
  822. The macro recording was not recording any of the actions located on the 
  823. popup menu. This has now been fixed.
  824.  
  825. 154) Fixed:
  826. The new functions MoveLineLeftEx and MoveLineRightEx where fixed to also 
  827. support CUA marking if bound to the appropriate Shift key stroke (ie shift 
  828. left or right cursor).
  829.  
  830. 155) Added:
  831. The compiler and project command lines now also support the same $TAG 
  832. values that are used by the tools and DOS command line.
  833.  
  834. 156) Added:
  835. The following new functions where added:
  836.  
  837.    MoveWordNextEx        Move to the next word and continue onto the next 
  838.                          line if you reach the end of the current line.
  839.    MoveWordPreviousEx    Move to the previous word and continue onto the 
  840.                          previous line if you reach the beginning of the
  841.                          current line.
  842.    ClipboardPasteAndMark Paste the contents of the clipboard and highlight
  843.                          the text that gets added by marking it.
  844.  
  845. 157) Added:
  846. The 'Save document before running' option was added to the tool configuration 
  847. dialog. This will force the currently active document to be save before
  848. the tool is actually run.
  849.  
  850. 158) Added:
  851. A stamp function can be thought of as a function that adds some type of 
  852. text information to the currently active document. The following stamp 
  853. functions have been added: 
  854.  
  855.    StampDay          -  numerical day value
  856.    StampMonth        -  numerical month value
  857.    StampYear         -  numerical year value
  858.    StampDateTime     -  full date/time stamp
  859.    StampTime         -  time stamp
  860.    StampFileName     -  name of current file
  861.    StampFileSize     -  size of current file
  862.    StampFileDateTime -  date/time stamp when file was last modified
  863.  
  864. 159) Added:
  865. The keyboard function FileSaveAllNamed was added. This save all documents 
  866. that have been named (ie will not prompt for untitled.txt files).
  867.  
  868. 160) Fixed
  869. The project make would not save all the buffers before running the make. This
  870. problem has now been fixed.
  871.  
  872. 161) Added
  873. A new C like Zeus macro script language was added to both the editor and in
  874. the form of the stand alone ZMI.EXE command macro interpreter. The command 
  875. line interpreter provides as a powerful alternative to the MS-DOS batch 
  876. processing system.
  877.  
  878. 162) Added
  879. The keyboard function ExecuteScript was added and the matching menu entry 
  880. was added to the macro menu. This function presents the user with the 
  881. execute script dialog which allows the user to run script file written 
  882. using the Zeus macro script language. 
  883.  
  884. 163) Added
  885. A copy button was added to the Extensions dialog. This allows you to create
  886. a new file extension by copying the details from an existing file extension.
  887.  
  888. 164) Fixed
  889. The long file name support in the Win32 version of Zeus had a few bugs. This
  890. version should fix a lot of these problems.
  891.  
  892. 165) Added
  893. The FileListAssociates function was added and also added to the veiw menu. This
  894. function will list all files with a similar base file name, allowing you to quickly
  895. locate and load related files.
  896.  
  897. 166) Fixed
  898. There have also be numerous smaller bug that have been fixed.
  899.  
  900. Zeus Version 2.50 Windows 3.x, Windows 95 and Windows NT Release
  901. ----------------------------------------------------------------
  902.  
  903. Zeus Lite Version 2.50 Windows 3.x, Windows 95 and Windows NT Release
  904. ---------------------------------------------------------------------
  905.  
  906. Initial release of the Zeus Lite for Windows, Win32 (January 1997)
  907.  
  908. NOTE: The Zeus Lite editor is just a cut down version of the Zeus editor
  909.       but still shares a common code base with it's older brother.
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.